home *** CD-ROM | disk | FTP | other *** search
/ Private Obsession 3: Sophia / Private Obsession 3: Sophia.iso / files / sshots.dxr / 00108.ls < prev    next >
Encoding:
Text File  |  1995-04-08  |  581 b   |  30 lines

  1. on mouseDown
  2.   global cual2
  3.   if cual2 = 7 then
  4.     puppetSound("horny")
  5.   else
  6.     if cual2 = 16 then
  7.       puppetSound("oohyea1")
  8.     else
  9.       if cual2 = 24 then
  10.         puppetSound("breath2")
  11.       else
  12.         if cual2 = 32 then
  13.           puppetSound("canU")
  14.         else
  15.           if cual2 = 42 then
  16.             puppetSound("burning")
  17.           else
  18.             if cual2 = 52 then
  19.               puppetSound("breath1")
  20.               set cual2 to 0
  21.             end if
  22.           end if
  23.         end if
  24.       end if
  25.     end if
  26.   end if
  27.   set cual2 to cual2 + 1
  28.   go("Play2")
  29. end
  30.